You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > clValue.Conj Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clValue.Conj Method

Conjugate.

Syntax
C#
Visual Basic
public TOpenCLValue Conj([In] TOpenCLValue Vec);

Conjugate calling object value.

var c: clValue; begin d.Copy(Cplx(2,3)); c.Conj(d); // d = 2-3i end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!